home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Internet Tools 1993 July / Internet Tools.iso / RockRidge / mail / smail-3.1.28 / src / copyright.c < prev    next >
Encoding:
C/C++ Source or Header  |  1992-07-11  |  620 b   |  22 lines

  1. /* @(#)src/copyright.c    1.3 7/11/92 11:48:11 */
  2.  
  3. /*
  4.  *    Copyright (C) 1987, 1988 Ronald S. Karr and Landon Curt Noll
  5.  *    Copyright (C) 1992  Ronald S. Karr
  6.  * 
  7.  * See the file COPYING, distributed with smail, for restriction
  8.  * and warranty information.
  9.  */
  10.  
  11. /*
  12.  * copyright.c:
  13.  *    include a copyright notice in the smail binary.
  14.  */
  15. static char copyright[] =
  16. "\
  17. Copyright (C) 1987, 1988 Ronald S. Karr and Landon Curt Noll\n\
  18. \n\
  19. SMAIL is free software and you are welcome to distribute copies of it\n\
  20. under certain conditions.  Consult a file COPYING, distributed in the\n\
  21. source for SMAIL to see the conditions";
  22.